home *** CD-ROM | disk | FTP | other *** search
- ***************************************
- * *
- * *
- * LOGO file print with logo *
- * on HP Laserjet *
- * *
- ***************************************
-
- The LOGO program will insert a logo symbol into any document
- for printing on a HP LaserJet printer. The logo symbol is
- designed by you, by making an image of the logo with any
- standard text editor.
-
- The logo symbol is placed in the top right corner of the page.
-
-
- LOGO accepts one arg on the command line: the file name
- of the file to be printed.
-
- The output is a file with the same name as the input file but
- with an extension of ".LGO"
-
- The output file can then be copy'ed to a H-P LaserJet printer.
-
- The custom logo is inserted into the document at the top
- of the first page, and just before every Form-Feed character
- within the document.
-
- *---------------------------------------------------------------*
-
- The LOGO:
-
- The logo is a graphics "picture" that you design. It could be a
- symbol of the software system you are coding, or your corporate logo...
-
- The logo image is in a file called LOGO.HDR
-
- The image can be designed by you, using any normal editor.
- Each bit position in the graphics logo is represented by a
- character position in the LOGO.HDR file.
- A space character is printed as a blank dot, and any non-space
- character is plotted as a "dot" in the graphics image.
-
- The image file can only be lines of 256 characters max !
- Use a smaller image line if you want, and the number of lines
- is limited only by memory....
-
-
- Have fun..........
-
- /=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\
- | Copyright 1986 by: |
- | |
- | Whitfield Gregg |
- | 1 Horizon Road. |
- | Ft. Lee, NJ 07024 |
- | |
- \=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=/